include/bitfield: Add new bitfield operations
authorCodrin Ciubotariu <[email protected]>
Fri, 24 Jul 2015 13:55:25 +0000 (16:55 +0300)
committerYork Sun <[email protected]>
Mon, 21 Sep 2015 15:29:46 +0000 (08:29 -0700)
commit8756de2824e7c282afca59db3706aa5d473a7067
tree391c5f2d2a91fe2a65c6558ef36934846e16271d
parent440873dfc44eec4f92c482068c8be4c9f900032f
include/bitfield: Add new bitfield operations

These new operations allow manipulation of bitfields
within a word by using a mask instead of width and
shift values to extract/replace the bitfields.

Signed-off-by: Codrin Ciubotariu <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Reviewed-by: York Sun <[email protected]>
include/bitfield.h